home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / education / pe023.dms / pe023.adf / ALGORHYTHMS / SOURCE / DRAWFORM.H < prev    next >
Text File  |  1988-10-05  |  306b  |  8 lines

  1. /* Drawform.h for AlgoRhythms.c by Thomas E. Janzen */
  2. void DrawForm(const double Duration, 
  3.     const struct Parameter *PitchForm, 
  4.     const struct Parameter *RhythmForm, 
  5.     const struct Parameter *DynamicsForm,
  6.     const struct Parameter *TextureForm);
  7. void DrawTime(const double CurTime, const double Duration);
  8.